home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
shgmdemo.dir
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-06
|
273 b
|
22 lines
on enterFrame
if rollOver(10) then
go("exit")
exit
else
if rollOver(11) then
go("play")
exit
else
if rollOver(12) then
go("more")
exit
end if
end if
end if
go("none")
end
on exitFrame
go(the frame)
end